Welcome![Sign In][Sign Up]
Location:
Search - c select

Search list

[SCMC

Description: c51 动态显示-单片机直接片选实现 实现有单片机脚直接做位选通信号-Dynamic display- MCU chip select to achieve direct
Platform: | Size: 15360 | Author: kaka | Hits:

[SCMc

Description: 动态显示-译码器片选实现 连接方法 :JP10 (P0)与J12 用8PIN排线连接-Dynamic display- to achieve the decoder chip select connection method: JP10 (P0) and the J12 cable connection with 8PIN
Platform: | Size: 110592 | Author: kaka | Hits:

[AI-NN-PRx

Description: This derivation of the normalised least mean square algorithm is based on Farhang- Boroujeny 1999, pp.172-175, and Diniz 1997, pp 150-3. To derive the NLMS algorithm we consider the standard LMS recursion, for which we select a variable step size parameter, μ(n). This parameter is selected so that the error value , e+(n), will be
Platform: | Size: 1024 | Author: bahtiar | Hits:

[VC/MFCC-program-testing-for-finding-works

Description: 一些关于C语言的面试题,主要是选取一些比较常见的C面试题。-Face a number of questions about the C language, mainly select some of the more common C interview questions.
Platform: | Size: 14336 | Author: 黄提新 | Hits:

[OpenCVlbp

Description: 1.解压缩之后,在vs2008下可直接运行,不过需要安装opencv 2.提供人脸检测与识别功能 3.人脸识别,需要预先选定文件夹提取特征向量,然后才可以选取比较,这个需要改源程序-1. Unzipped, run directly under the vs2008, but need to install opencv 2. Provides face detection and recognition 3. Recognition, pre-selected folder need to extract the feature vectors before they can select a comparison, this need change the source code
Platform: | Size: 13505536 | Author: 文石磊 | Hits:

[AI-NN-PRLDPC

Description: 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s(编码前数据)和xyuan(编码后数据)的波形。 对比后,可以看出编码前的数据码片长度为504bit,编码后的码片数据长度为756bit。编码效率=编码前码片长度/编码后码片长度=2/3。-This is about the LDPC channel coding module design process Open source, first run gengrate_h.m program, phasing out the code length is set to 756bit, column re-set to 3, line weight is set to 9. In the Workspace in the same time, H, A, B, C, D, E, Hget, Fget, g, Tget This is a variable select Save As encode_in.mat format. Then run main_encode.m encoding, the main program running in the current directory, the results of automatically generated code file "encode-out.mat", which will serve as the next simulation of the spread spectrum modulation input signal. Finally, the variables were View Workspace in s (before encoding data) and xyuan (encoded data) waveform. After comparison, we can see the data before encoding chip length of 504bit, encoded data length of chip 756bit. Coded before coding efficiency = chip length/length of the encoded chip = 2/3.
Platform: | Size: 15360 | Author: 吴健 | Hits:

[Special EffectsM-graph-coloring-problem

Description: 通过鼠标绘制出该图的结构(可在菜单中设置打点和画线两种命令:当选择打点命令是,鼠标每点击一下则在屏幕上打一个点,当选择画线命令时,鼠标首先选中其中一个点,在选中另一个点时绘制出两个点之间的连线。当然也可采用其他方法完成图的绘制)。然后用不同的颜色来标识这些点,使得图中每条边连接的2个顶点着不同的颜色。在屏幕上应能显示出用不同颜色着色后的图。-Through the mouse to draw out the structure of the graph (which can be set in the menu are two RBI and drawing a line command: When you select RBI command that every click you mouse on the screen make a point, when selecting drawing a line command, the mouse first election in one point, another point is selected to draw the line between two points. of course, other methods can be used to complete mapping.) Then use different colors to identify these points so that every edge connected graph 2 vertices with different colors. On the screen should be able to display colored with different colors after the map.
Platform: | Size: 3790848 | Author: 陈言教 | Hits:

[Education soft systemStudeng-Select-System

Description: 本源码是基于C语言的学生选课系统,可方便同学们选课-The source is based on the C language student elective system, students can easily Course
Platform: | Size: 3072 | Author: 小邓 | Hits:

[ICQ-IM-ChatmyNewChatServer

Description: win32 socket select模型多线程 c/s聊天服务器 服务器简单的接受命令和转发消息,自定义协议 -Hello World!
Platform: | Size: 3763200 | Author: 陈龙军 | Hits:

[Internet-Networkselect

Description: 套接字I/O模型s e l e c t(选择)模型是Wi n s o c k中最常见的I / O模型。之所以称其为“ s e l e c t模型”,是由于 它的“中心思想”便是利用s e l e c t函数,实现对I / O的管理!-Socket I/O model select (selection) model is Wi nsock the most common I/O model. It is called " select model" , because it' s " central idea" is to use the select function to achieve the I/O management!
Platform: | Size: 2048 | Author: qin | Hits:

[Data structsselect

Description: 线性时间选择算法的C++实现,带有详细讲解和注释。-Linear time selection algorithm in C++, with detailed explanations and comments.
Platform: | Size: 4059136 | Author: lijia | Hits:

[Internet-Networkselect-chatting.tar

Description: 使用IO多路复用完成聊天室功能,Linux C完成-Multiplexing using the IO completion chat function, Linux C complete. .
Platform: | Size: 73728 | Author: 杨少宁 | Hits:

[Data structscode

Description: C++ 实现从文件中抽取近似字符串,近似的意义是指编辑距离 和 Jaccard 距离小于阈值-C++ select similar strings from file the similar string is define by ED and Jaccard distance
Platform: | Size: 3072 | Author: 李莉 | Hits:

[Linux-Unixlinux-c

Description: linux c语言 select函数用法-linux c language select function usage
Platform: | Size: 17408 | Author: susu | Hits:

[OtherC

Description: 猴子选大王,办法如下:猴子按1,2,。。。,n编号围坐一圈,从第一只开始,按1,2,。。。, m报数,报m的退出,从下一只开始,继续循环报数,剩下的最后一只猴子就是大王, 编程输出大王的序号。 -select monkey
Platform: | Size: 1024 | Author: 陈志明 | Hits:

[Other GamesMonkeys-Select-King

Description: 编程C语言:猴子选大王(关于链表的创建删除粘贴破坏等操作等等)-C programming language: the monkeys selected King to create a linked list (on delete paste the destruction operation, etc.)
Platform: | Size: 1024 | Author: 张璐 | Hits:

[SCMC

Description: 个人分享之,单片机开发程序之一:动态显示-单片机直接片选实现-Individuals sharing one of the microcontroller development process: the dynamic- single-chip direct chip select
Platform: | Size: 16384 | Author: 林恩 | Hits:

[SCMC

Description: 个人分享之,单片机开发程序之一:动态显示-译码器片选实现-Individuals sharing one of the microcontroller development process: dynamic display- decoder chip select
Platform: | Size: 17408 | Author: 林恩 | Hits:

[transportation applicationschina-cavV

Description: c#开发的 车牌号查询系统 c#开发的 车牌号查询系统-c# select car
Platform: | Size: 62464 | Author: davis | Hits:

[Special EffectsImagevcProc

Description: 一种基于C++的自适应阀值选取的方法,对于图像分割非常有用。-An adaptive threshold based on C++, select the method is very useful for image segmentation
Platform: | Size: 45056 | Author: fliers | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net